home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / vbbd100a.zip / BBSDOOR.DOC < prev    next >
Text File  |  1992-06-24  |  8KB  |  158 lines

  1.  ------------------------------------------------------------------------------
  2.  -                                 BBS DOOR                                   -
  3.  -                               VERSION 1.0a                                 -
  4.  -                                                                            -
  5.  -                            For PCBoard v14.5x                              -
  6.  -                                                                            -
  7.  -                           by  Darryl L. Pierce                             -
  8.  -                                                                            -
  9.  -               The Vampyre Bar! BBS ■ GENIUSnet Headquarters                -
  10.  -                     (508) 755-9716 ■ HST Dual Standard                     -
  11.  -                                                                            -
  12.  -                           SysOp  Documentation                             -
  13.  ------------------------------------------------------------------------------
  14.  
  15.                                    OVERVIEW
  16.                                    --------
  17.  
  18. BBS DOOR is a BBS database door for the Vampyre US BBS List. It will take the
  19. VUSBBS datafile and display it in a formatted fashion to the caller and will
  20. also create a downloadable file for the user to recieve. More information on
  21. the Vampyre US BBS List is at the end of this documentation.
  22.  
  23.                                  INSTALLATION
  24.                                  ------------
  25.  
  26. Installation is very easy and straightforward. The following instructions are
  27. designed to help you get this door up and running in the shortest amount of
  28. time. It is assumed that you are familiar with setting up door programs for
  29. your BBS, so only examples of the configuration files and batch files will
  30. be shown:
  31.  
  32. 1)  Create a subdirectory to hold all the files for VBBDxxxx.ZIP.
  33.  
  34. 2)  Unzip VBBDxxxx.ZIP into the above subdirectory.
  35.  
  36. 3)  Create a configuration file with the filespec of your own choice. The
  37.     configuration file should follow this example:
  38.  
  39.         INTERRUPT                ; COM Driver Type*
  40.         00000000                 ; Registration Serial Number
  41.         The Vampyre Bar! BBS     ; BBS Name
  42.         Darryl                   ; SysOp's First Name
  43.         Pierce                   ; SysOp's Last Name
  44.         BBSDOOR.LST              ; Full Path\Filename For The BBS Database File
  45.  
  46.         * - If this fails to work, try BIOS.
  47.  
  48. 4)  Create a batch file to call BBS Door or edit the one supplied with
  49.     this archiver (BBSDOOR). A sample batch file is:
  50.  
  51.         @ECHO OFF                       ;
  52.         CLS                             ;
  53.         D:                              ;
  54.         CD\DOORS\BBSDOOR                ; Change To The Directory For The Door
  55.         BBSDOOR BBSDOOR.CNF C:\PCB      ; Call BBSDOOR With The Configuration
  56.                                         ; File And Then The Path TO PCBOARD.SYS
  57.                                         ; (These Two Parameters ARE IMPORTANT!)
  58.         C:                              ;
  59.         CD\PCB                          ;
  60.         BOARD                           ; Reload PCBoard
  61.  
  62.         * - This line will start up the event if needed.
  63.  
  64.  
  65. That's it! Now you're already to run BBSDOOR on your board!
  66.  
  67.                                  ADOPT-A-DOOR
  68.                                  ------------
  69.  
  70. I've been running a BBS for a few years now and know what a financial burden it
  71. can be to constantly be expected to keep everything running smoothly without
  72. a little financial support from the users. A friend of mine told me about the
  73. ADOPT-A-DOOR concept for registering doors and utilities for BBSs.
  74.  
  75. With the ADOPT-A-DOOR concept, a user would send in a donation to the SysOp
  76. that has the intended purpose of paying the registration fee for a specified
  77. door or utility for the BBS. In return, most SysOps give the ADOPTive user
  78. a special access level or patron membership. And, in this way, both the user
  79. and the SysOp benefit from the ADOPTion.
  80.  
  81. Since I began writing doors, I've always liked the idea of ADOPTing doors. So,
  82. I took that into consideration when programming and have implemented a simple
  83. screen in the doors to advertise the ADOPT-A-DOOR policy to the users. This
  84. way, the SysOp doesn't have to post tons of dull messages on ADOPTing doors
  85. and will (hopefully) inspire the BBS' users who enjoy a particular door to
  86. possibly ADOPT it for the BBS!
  87.  
  88. SPECIAL NOTE: If you want to display the names of the user(s) who donated
  89.               towards the ADOPTion of this door, simply add an ASCII in the
  90.               door's subdirectory called ADOPTED.LST. This file will be
  91.               displayed before the door is exited. The file shouldn't contain
  92.               more than 5 names and each should be no more than 30 characters
  93.               long. This file HAS to be in ASCII format to work correctly.
  94.  
  95.                                   LEGALITIES
  96.                                   ----------
  97.  
  98.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  99.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  100.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  101.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  102.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  103.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  104.       OR BREACH OF ANY WARRANTY.
  105.  
  106.                                  DISTRIBUTION
  107.                                  ------------
  108.  
  109. This package may be made available on your BBS or uploaded to any BBS that you
  110. call provided that the contents of this archive are NOT in any way change,
  111. either by adding or deleting files to the archiver. The archive and any of the
  112. individual files contained therein may NOT be used by any service that charges
  113. any money whatsoever,  without the written permission of the author.
  114.  
  115.                                  REGISTRATION
  116.                                  ------------
  117.  
  118. When you register this door, you will be given a unique registration serial
  119. number that, when inserted into the configuration file of this particular
  120. door, will cause your BBS' name to be displayed while the doors is opening and
  121. also while it is returning to the BBS. In addition, all the built in delays
  122. will subsequently be removed.
  123.  
  124. To register BBSDOOR, please fill out the accompanying REGISTER.FRM and send
  125. the prescribed donation ($15) to the name and address at the top of the form.
  126.  
  127. Make sure that when you fill out the form you write the BBS NAME, YOUR FIRST
  128. NAME and YOUR LAST NAME EXACTLY AS THEY APPEAR IN THE CONFIGURATION.
  129.                         ^^^^^^^ ^^ ^^^^ ^^^^^^ ^^ ^^^ ^^^^^^^^^^^^^^
  130.  
  131. Based on the information given in the registration form, I will set up and
  132. pre-registered account on my BBS. That way, you could simply call THE VAMPYRE
  133. BAR! BBS and pick up your registration number.
  134.  
  135.                                 MISCELLANEOUS
  136.                                 -------------
  137.  
  138. For the latest version of BBSDOOR and other great Vampyre Bar! Doors, call
  139.  
  140.                              THE VAMPYRE BAR! BBS
  141.                         508 755-9716 HST DUAL STANDARD
  142.  
  143.                     The Home Of GENIUSnet EchoMail Systems
  144.                        Massachusettes Node For ProgNet
  145.  
  146. Remember, if you have any problems, questions or suggestions, you can drop me
  147. a line through your nearest GENIUSnet (Gnet Chat, DOORS or BBSing) or ProgNet
  148. (Authors) node and I will gladly get back to you as soon as I receive your
  149. message.
  150.  
  151.                     INFORMATION ON THE VAMPYRE US BBS LIST
  152.                     --------------------------------------
  153.  
  154. If you would like to have your BBS listed in The Vampyre US BBS List, call
  155. The Vampyre Bar! BBS and fill out (S)cripted Questionairre #2. You will be
  156. included in the following BBS list. The latest BBS list is always available on
  157. the Vampyre Bar! BBS during the first week of each month.
  158.